GET MAXIMUM TEXTURE HEIGHT

This command will return the maximum texture height allowed by the current 3D device.

  Syntax
Return Integer=GET MAXIMUM TEXTURE HEIGHT()
  Returns

This command will return the maximum texture height allowed by the current 3D device

  Example Code
sync on : sync rate 60 : hide mouse:cls 0
while mouseclick()=0
set cursor 0,0
print "3D DEVICE DATA"
print "max tex height:";get maximum texture height()
sync
endwhile
end
  See also

BASIC3D Commands Menu
Index